GetCategoriesResponse

data class GetCategoriesResponse(categories: List<String>)

Represents response frame that is returned from Tracing#getCategories operation call. Gets supported tracing categories.

See also

Constructors

GetCategoriesResponse
Link copied to clipboard
fun GetCategoriesResponse(categories: List<String>)

Properties

categories
Link copied to clipboard
val categories: List<String>
A list of supported tracing categories.

Sources

jvm source
Link copied to clipboard